home *** CD-ROM | disk | FTP | other *** search
- /*
- * Octopus, The Atari ST(e)/TT/Falcon GEM/TOS Bulletin Board System
- * written by me (Koos Kuil) on FidoNet: 2:282/397, NeST: 90:500/103
- *
- * Example English OctoScript file written on 03 March 1995
- *
- * ------------------------------------------------------------------
- * USERINF.SCR Functions for changing user information
- *
- */
-
- :changeuser
- Do
- Convert ChangeUs
- DoChoice
- EchoKey
- Send '\r\n\n'
- SelectChoice
- Case 1 Send 'Enter first & last name: ' Input &User.Name
- Case 2 Send 'Enter street & number : ' Input &User.Street
- Case 3 Send 'Enter your Postcode : ' Input &User.Postcode
- Case 4 Send 'Enter your City & state: ' Input &User.City
- Case 5 Send 'Enter your Voice telephone : ' Input &User.VoiceTel
- Case 6 Send 'Enter your Data telephone : ' Input &User.DataTel
-
- Case 7 Send 'Enter the name of your BBS/FAX : '
- Input &User.BBSFax
- Case 8 Send 'Enter the type of your modem & speed : '
- Input &User.Modem
- Case 9 Send 'Enter the type of your computer : '
- Input &User.Computer
- Case A Input &User.Alias
- EndSelect
- EnddoChoice Q
- Enddo Q
- Return
-
- /* End USERINF.SCR */